From 9e0bf35941b78277ae984051a5e2208575a54e10 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Timm=20B=C3=A4der?= Date: Wed, 13 May 2020 09:42:51 +0200 Subject: [PATCH] paned: Fix up the docs once more --- gtk/gtkpaned.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gtk/gtkpaned.c b/gtk/gtkpaned.c index a789fb97d1..6c233c4b62 100644 --- a/gtk/gtkpaned.c +++ b/gtk/gtkpaned.c @@ -1574,9 +1574,9 @@ gtk_paned_set_start_child (GtkPaned *paned, * gtk_paned_get_start_child: * @paned: a #GtkPaned * - * Retrieves the start child of the given #GdkPaned. + * Retrieves the start child of the given #GtkPaned. * - * See also: #GtkPaned::start-child + * See also: #GtkPaned:start-child * * Returns: (transfer none) (nullable): the start child widget */ @@ -1636,9 +1636,9 @@ gtk_paned_get_shrink_start_child (GtkPaned *paned) * gtk_paned_get_end_child: * @paned: a #GtkPaned * - * Retrieves the end child of the given #GdkPaned. + * Retrieves the end child of the given #GtkPaned. * - * See also: #GtkPaned::end-child + * See also: #GtkPaned:end-child * * Returns: (transfer none) (nullable): the end child widget */ -- 2.30.2